func github.com/vmihailenco/msgpack/v5.fieldByIndex

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		types.go#L101: 	v, ok := fieldByIndex(strct, f.index)
		types.go#L109: 	v, ok := fieldByIndex(strct, f.index)
		types.go#L353: func fieldByIndex(v reflect.Value, index []int) (_ reflect.Value, ok bool) {